Get Virtual Network Result
data class GetVirtualNetworkResult(val addressSpace: AddressSpaceResponse? = null, val bgpCommunities: VirtualNetworkBgpCommunitiesResponse? = null, val ddosProtectionPlan: SubResourceResponse? = null, val dhcpOptions: DhcpOptionsResponse? = null, val enableDdosProtection: Boolean? = null, val enableVmProtection: Boolean? = null, val encryption: VirtualNetworkEncryptionResponse? = null, val etag: String, val extendedLocation: ExtendedLocationResponse? = null, val flowLogs: List<FlowLogResponse>, val flowTimeoutInMinutes: Int? = null, val id: String? = null, val ipAllocations: List<SubResourceResponse>? = null, val location: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val subnets: List<SubnetResponse>? = null, val tags: Map<String, String>? = null, val type: String, val virtualNetworkPeerings: List<VirtualNetworkPeeringResponse>? = null)
Virtual Network resource.
Constructors
Link copied to clipboard
fun GetVirtualNetworkResult(addressSpace: AddressSpaceResponse? = null, bgpCommunities: VirtualNetworkBgpCommunitiesResponse? = null, ddosProtectionPlan: SubResourceResponse? = null, dhcpOptions: DhcpOptionsResponse? = null, enableDdosProtection: Boolean? = null, enableVmProtection: Boolean? = null, encryption: VirtualNetworkEncryptionResponse? = null, etag: String, extendedLocation: ExtendedLocationResponse? = null, flowLogs: List<FlowLogResponse>, flowTimeoutInMinutes: Int? = null, id: String? = null, ipAllocations: List<SubResourceResponse>? = null, location: String? = null, name: String, provisioningState: String, resourceGuid: String, subnets: List<SubnetResponse>? = null, tags: Map<String, String>? = null, type: String, virtualNetworkPeerings: List<VirtualNetworkPeeringResponse>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard