Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 377 Bytes

RegistrationAzureAccountPatch.md

File metadata and controls

20 lines (14 loc) · 377 Bytes

Falcon::RegistrationAzureAccountPatch

Properties

Name Type Description Notes
environment String [optional]
subscription_id String

Example

require 'crimson-falcon'

instance = Falcon::RegistrationAzureAccountPatch.new(
  environment: null,
  subscription_id: null
)