Exemple #1
0
 internal ExpressRoutePortsLocation(ArmResource options, ExpressRoutePortsLocationData resource) : base(options, new ResourceIdentifier(resource.Id))
 {
     HasData            = true;
     _data              = resource;
     _clientDiagnostics = new ClientDiagnostics(ClientOptions);
     _expressRoutePortsLocationsRestClient = new ExpressRoutePortsLocationsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, BaseUri);
 }
 internal ExpressRoutePortsLocation(ArmClient client, ExpressRoutePortsLocationData data) : this(client, new ResourceIdentifier(data.Id))
 {
     HasData = true;
     _data   = data;
 }
Exemple #3
0
 internal ExpressRoutePortsLocationResource(ArmClient client, ExpressRoutePortsLocationData data) : this(client, data.Id)
 {
     HasData = true;
     _data   = data;
 }